Description
Unblock the permission inheritance on the input document(s). Returns the document(s).
Operation id | Document.UnblockPermissionInheritance |
Category | Document |
Label | Unblock Permission Inheritance |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Document.UnblockPermissionInheritance",
"label" : "Unblock Permission Inheritance",
"category" : "Document",
"requires" : null,
"description" : "Unblock the permission inheritance on the input document(s). Returns the document(s).",
"url" : "Document.UnblockPermissionInheritance",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "acl",
"description" : "ACL name.",
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "local" ]
} ]
}